.text-section-text-content {
    box-sizing: border-box;
}
.text-section-text-content img {
    border-radius: 10px;
}

@media only screen and (max-width: 1023px) {
    .text-section-text-content {
        padding: 0;
        text-align: left !important;
    }
}